home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 228 b | 13 lines | [TEXT/RLAB] |
- det:
-
- Syntax: det ( A )
-
- Description:
-
- Det computes the determinant of the matrix argument.
-
- Det uses the LAPACK functions to factor the input, and the
- LINPACK algorithm to calculate the determinant.
-
- See Also inv, lu, rcond
-